type runtime.stringStruct
8 uses
runtime (current package)
alg.go#L103: x := (*stringStruct)(a)
cgocall.go#L705: ss := (*stringStruct)(p)
debuglog.go#L731: str := stringStruct{
string.go#L290: type stringStruct struct {
string.go#L301: func stringStructOf(sp *string) *stringStruct {
string.go#L302: return (*stringStruct)(unsafe.Pointer(sp))
string.go#L518: t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
string.go#L544: ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |